home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2876 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: solon.com!not-for-mail
  2. From: bry@netcom.com (Bryan Althaus)
  3. Newsgroups: comp.lang.c,comp.lang.c.moderated,comp.unix.solaris
  4. Subject: Re: Advice - C Programming Books for Unix (Solaris 2.x)
  5. Followup-To: comp.lang.c,comp.lang.c.moderated,comp.unix.solaris
  6. Date: 24 Jan 1996 11:07:42 -0600
  7. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  8. Sender: clc@solutions.solon.com
  9. Approved: clc@solutions.solon.com
  10. Distribution: inet
  11. Message-ID: <4e5p0u$6gs@solutions.solon.com>
  12. References: <4dmre7$dfg@solutions.solon.com>
  13. NNTP-Posting-Host: solutions.solon.com
  14. X-Newsreader: TIN [version 1.2 PL1]
  15.  
  16. Mike Schmidt (mjs@icon-stl.net) wrote:
  17. : Fellow Bit-flippers:
  18.  
  19. : This old C programmer is moving off DEC/VAX C and into a new
  20. : programming/debugging environment (for me, that is); C on
  21. : Sun Solaris 2.4 (on a SPARC server 1000, I believe).
  22.  
  23. : Can anyone recommend any books to help me make my shift?  I've
  24. : thought about purchasing O'Reilly's books on C for Unix as well
  25. : as "make" but have not yet done so.  Thought I might get some
  26. : advice from you folks first.
  27.  
  28. : Any and all advice is most appreciated.
  29.  
  30. The best UNIX book for all platforms including solaris since it cover
  31. SVR4 is:
  32.  
  33. Advanced Programming in the UNIX Environment by Richard Stevens
  34. Addison-Wesley, 1992, 744pp, ISBN: 0-201-56317-7
  35.  
  36. Everything is there and its up to date unlike other UNIX books that
  37. were published in the '80's.
  38.  
  39. Another book someone mentioned is also good and discusses other topics
  40. in addition to networking is:
  41.  
  42. UNIX Network programming by Richard Stevens ( same author ) 
  43. Prentice-Hall, 1990, 772pp, ISBN: 0-13-949876-1
  44.  
  45. There is a Nutshell book called Using C on the UNIX system.  It says
  46. this is a book for intermdiate to experienced C programmers who want to 
  47. become UNIX system programmers.  IT explains systems calls and special
  48. library routines on the UNIX system.  250pp.  
  49.  
  50. I have not read the above but you might make a good 3rd book in addition
  51. to the Steven's books.  can never have enough reference books :-):w
  52.  
  53. Good luck, and welcome to UNIX...
  54.  
  55.